home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEEUI4C.BPK < prev    next >
Encoding:
Text File  |  1998-10-24  |  5.5 KB  |  189 lines

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)\..
  4. !endif
  5.  
  6. # ---------------------------------------------------------------------------
  7. # IDE SECTION
  8. # ---------------------------------------------------------------------------
  9. # The following section of the project makefile is managed by the BCB IDE.
  10. # It is recommended to use the IDE to change any of the values in this
  11. # section.
  12. # ---------------------------------------------------------------------------
  13.  
  14. VERSION = BCB.03
  15. # ---------------------------------------------------------------------------
  16. PROJECT = TeeUI4C.bpl
  17. OBJFILES = Arrowedi.obj AxisIncr.obj AxMaxMin.obj Baredit.obj CustEdit.obj Flineedi.obj \
  18.   Ganttedi.obj IEdi3D.obj IEdiAxis.obj IEdiGene.obj IEdiLege.obj IEdiPage.obj \
  19.   IEdiPane.obj IEdiSeri.obj IEditCha.obj IEdiTitl.obj IEdiWall.obj PieEdit.obj \
  20.   Shapeedi.obj TeeGally.obj Areaedit.obj TeePoEdi.obj IEdiPeri.obj DBEditCh.obj \
  21.   TeeLisB.obj TeeStore.obj EditChar.obj TeeUI4C.obj
  22. RESFILES = teeUI4C.res
  23. DEFFILE =
  24. RESDEPEN = $(RESFILES) Arrowedi.dfm AxisIncr.dfm AxMaxMin.dfm Baredit.dfm \
  25.   CustEdit.dfm Flineedi.dfm Ganttedi.dfm IEdi3D.dfm IEdiAxis.dfm \
  26.   IEdiGene.dfm IEdiLege.dfm IEdiPage.dfm IEdiPane.dfm IEdiSeri.dfm IEditCha.dfm \
  27.   IEdiTitl.dfm IEdiWall.dfm PieEdit.dfm Shapeedi.dfm \
  28.   TeeGally.dfm Areaedit.dfm TeePoEdi.dfm IEdiPeri.dfm
  29. LIBFILES =
  30. LIBRARIES = VCLx35.lib
  31. SPARELIBS = VCL35.lib VCLDB35.lib Tee4C.lib TeeDB4C.lib VCLx35.lib
  32. DEFFILE =
  33. PACKAGES = vcl35.bpi vcldb35.bpi tee4C.bpi teeDB4C.bpi
  34. # ---------------------------------------------------------------------------
  35. PATHCPP = .;
  36. PATHASM = .;
  37. PATHPAS = .;
  38. PATHRC = .;
  39. DEBUGLIBPATH = $(BCB)\lib\debug
  40. RELEASELIBPATH = $(BCB)\lib\release
  41. # ---------------------------------------------------------------------------
  42. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  43. CFLAG2 = -D_RTLDLL;USEPACKAGES -I$(BCB)\include;$(BCB)\include\vcl -H=$(BCB)\lib\vcl35.csm
  44. CFLAG3 =
  45. PFLAGS = -U..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -D_RTLDLL;USEPACKAGES \
  46.   -I$(BCB)\include;$(BCB)\include\vcl -H -W -$Y -$W -$O- -v -JPHN -M
  47. RFLAGS = -D_RTLDLL;USEPACKAGES -i$(BCB)\include;$(BCB)\include\vcl
  48. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /d_RTLDLL /dUSEPACKAGES /mx /w2 /zi
  49. LFLAGS = -L..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  50.   -D"TeeChart Pro 4.0 Components" -aa -Tpp -Gpr -s -Gl -Gi -w -v
  51. IFLAGS = -Gn
  52. # ---------------------------------------------------------------------------
  53. ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  54. ALLRES = $(RESFILES)
  55. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  56. # ---------------------------------------------------------------------------
  57. !ifdef IDEOPTIONS
  58.  
  59. [Version Info]
  60. IncludeVerInfo=1
  61. AutoIncBuild=0
  62. MajorVer=4
  63. MinorVer=0
  64. Release=0
  65. Build=0
  66. Debug=0
  67. PreRelease=0
  68. Special=0
  69. Private=0
  70. DLL=1
  71. Locale=1033
  72. CodePage=1252
  73.  
  74. [Version Info Keys]
  75. CompanyName=teeMach, SL
  76. FileDescription=TeeChart 4.0 User Interface
  77. FileVersion=4.0.0.0
  78. InternalName=TEEUI4C
  79. LegalCopyright=⌐ 1996-98 by David Berneda
  80. LegalTrademarks=
  81. OriginalFilename=TEEUI4C.BPL
  82. ProductName=TeeChart 4.0
  83. ProductVersion=4.0.0.0
  84. Comments=
  85.  
  86. [Excluded Packages]
  87. dcldss35.bpl=Borland Decision Cube Components
  88.  
  89. [HistoryLists\hlIncludePath]
  90. Count=1
  91. Item0=$(BCB)\include;$(BCB)\include\vcl
  92.  
  93. [HistoryLists\hlLibraryPath]
  94. Count=2
  95. Item0=$(BCB)\lib\obj;$(BCB)\lib
  96. Item1=$(BCB)\lib\obj;$(BCB)\lib
  97.  
  98. [HistoryLists\hlDebugSourcePath]
  99. Count=1
  100. Item0=$(BCB)\source\vcl
  101.  
  102. [HistoryLists\hlConditionals]
  103. Count=1
  104. Item0=_RTLDLL;USEPACKAGES
  105.  
  106. [Debugging]
  107. DebugSourceDirs=$(BCB)\source\vcl
  108.  
  109. [Parameters]
  110. RunParams=
  111. HostApplication=
  112.  
  113. !endif
  114.  
  115. # ---------------------------------------------------------------------------
  116. # MAKE SECTION
  117. # ---------------------------------------------------------------------------
  118. # This section of the project file is not used by the BCB IDE.  It is for
  119. # the benefit of building from the command-line using the MAKE utility.
  120. # ---------------------------------------------------------------------------
  121.  
  122. .autodepend
  123. # ---------------------------------------------------------------------------
  124. !if !$d(BCC32)
  125. BCC32 = bcc32
  126. !endif
  127.  
  128. !if !$d(DCC32)
  129. DCC32 = dcc32
  130. !endif
  131.  
  132. !if !$d(TASM32)
  133. TASM32 = tasm32
  134. !endif
  135.  
  136. !if !$d(LINKER)
  137. LINKER = ilink32
  138. !endif
  139.  
  140. !if !$d(BRCC32)
  141. BRCC32 = brcc32
  142. !endif
  143. # ---------------------------------------------------------------------------
  144. !if $d(PATHCPP)
  145. .PATH.CPP = $(PATHCPP)
  146. .PATH.C   = $(PATHCPP)
  147. !endif
  148.  
  149. !if $d(PATHPAS)
  150. .PATH.PAS = $(PATHPAS)
  151. !endif
  152.  
  153. !if $d(PATHASM)
  154. .PATH.ASM = $(PATHASM)
  155. !endif
  156.  
  157. !if $d(PATHRC)
  158. .PATH.RC  = $(PATHRC)
  159. !endif
  160. # ---------------------------------------------------------------------------
  161. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  162.     $(BCB)\BIN\$(LINKER) @&&!
  163.     $(LFLAGS) $(IFLAGS) +
  164.     $(ALLOBJ), +
  165.     $(PROJECT),, +
  166.     $(ALLLIB), +
  167.     $(DEFFILE), +
  168.     $(ALLRES)
  169. !
  170. # ---------------------------------------------------------------------------
  171. .pas.hpp:
  172.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  173.  
  174. .pas.obj:
  175.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  176.  
  177. .cpp.obj:
  178.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  179.  
  180. .c.obj:
  181.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  182.  
  183. .asm.obj:
  184.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  185.  
  186. .rc.res:
  187.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  188. # ---------------------------------------------------------------------------
  189.